﻿/*=== ===*/

/*=== 字体 ===*/
@font-face {
    
    font-family: "SourceSans";
    src: url("../fonts/sourcesanspro-regular.eot");
    src: url("../fonts/sourcesanspro-regular.eot") format("embedded-opentype"),
         url("../fonts/sourcesanspro-regular.woff2") format("woff2"),
         url("../fonts/sourcesanspro-regular.woff") format("woff"),
         url("../fonts/sourcesanspro-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    
}

@font-face {
    
    font-family: "SourceCode";
    src: url("../fonts/sourcecodepro-regular.eot");
    src: url("../fonts/sourcecodepro-regular.eot") format("embedded-opentype"),
         url("../fonts/sourcecodepro-regular.woff2") format("woff2"),
         url("../fonts/sourcecodepro-regular.woff") format("woff"),
         url("../fonts/sourcecodepro-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    
}

@font-face {
    
    font-family: "FuturaBook";
    src: url("../fonts/futurabook.eot");
    src: url("../fonts/futurabook.eot") format("embedded-opentype"),
         url("../fonts/futurabook.woff2") format("woff2"),
         url("../fonts/futurabook.woff") format("woff"),
         url("../fonts/futurabook.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    
}